home *** CD-ROM | disk | FTP | other *** search
- on(press){
- stopDrag();
- tellTarget("/obstacle trigger")
- {
- stop();
- tellTarget("/millisec")
- {
- stop();
- tellTarget("/timer")
- {
- stop();
- tellTarget("/start_lights")
- {
- stop();
- }
- x = "0";
- while(x < "25")
- {
- if(eval("/:ob" add x) eq "1")
- {
- tellTarget("/ob" add x)
- {
- stop();
- }
- }
- x += "1";
- }
- stop();
- }
- }
- }
- }
-